﻿/* reset */
* {
	margin: 0;
	padding: 0;
	font-family: "思源黑体 CN" !important;
}
img { border: none; }
li { list-style: none; }
a { text-decoration: none; }
input,textarea { outline: none; }

/* common */
html,body {
	width: 100%;
	height: 100%;
}

.fl { float: left; }
.fr { float: right; }
.cf:after {
	display: block;
	content: "";
	clear: both;
	zoom: 1;
}
.comWidth {
	margin: 0 auto;
	width: 1210px;
}
.fix{position:fixed;bottom:50px;right:90px;}
.fix a{display:block;width:70px;height:70px;margin-bottom:10px;opacity:0.5;filter:alpha(opacity=50)}
.fix a:hover{opacity:1;filter:alpha(opacity=100)}
.fix .up{background:url('up.jpg') no-repeat;background-size:cover;}
.fix .down{background:url('down.jpg') no-repeat;background-size:cover;}
.fix .toTop{opacity:0.5;filter:alpha(opacity=50);background:#777777;cursor:pointer;display:none;text-align:center;line-height:2em;color:#ff9900;}
.fix .toTop:hover{opacity:1;filter:alpha(opacity=100)}
/******页面头部******/

/****满屏轮播图****/
/*.home { 
	position: relative;
	overflow-y: hidden;
}*/
.screen {
	min-width: 1340px;
	min-height: 600px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wrap { position: relative; }
.fullSlide {
	position: relative;
	/*width: 100%;
	height: 100%;
	min-width: 1340px;
	min-height: 600px;*/
}
.fullSlide ul { /*width: 100% !important;height:100% !important;*/}
.fullSlide li {
	/*width: 100% !important;height: 100% !important;*/
	-ms-behavior: url('backgroundsize.min.htc');
    behavior: url('backgroundsize.min.htc');
}
.fullSlide li a{display:block;width:100%;height:100%;}
.fullSlide .prev,.fullSlide .next {
	position: absolute;
	right: 100px;
	top: 40%;
	width: 50px;
	height: 50px;
	background:#777777;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0.5;
	filter:alpha(opacity=50)
}
.fullSlide .prev {
	right: 170px;
	background-image: url('prev.png');
}
.fullSlide .next { background-image: url('next.png'); }
.fullSlide .prev:hover,.fullSlide .next:hover {opacity:1;filter:alpha(opacity=100)}
.logo {
	position: absolute;
	left: 45px;
	top: 0;
	/*box-shadow: 5px 5px 0 rgba(255,255,255,0.3);*/
	z-index: 101;
	font-size: 0;
	width:130px;height:130px;background:#fff;padding:4px;
}
.logo img{display:block;width:100%;height:100%;}

/****导航条****/
.navBar {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	/*display: none;*/
	width: 100%;
	min-width: 1340px;
	height: 60px;
	background-color: #fff;
	border-bottom: 5px solid #ff9900;
}
.nav {
	margin: 0 auto;
	width: 960px;
	line-height: 60px;
	font: 16px/60px '微软雅黑';
}
.nav li {
	float: left;position:relative;
}
.nav li a {
	display: block;
	padding: 0 32px;
	color: #000;
}
.nav li .mainSub{border-top:1px solid #eee;text-align:center;position:absolute;left:0;top:100%;background:#f9f9f9;display:none;width:100%;font-size:12px;line-height:36px}
.nav li .mainSub a{}
.nav li a:hover { color: #ff9900; }
.nav li:hover{background:#f9f9f9;}
.nav li:hover .mainSub{display:block;}
.navBar .navRight {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	padding: 15px;
}
.navRight span {
	display: inline-block;
	*display: inline;
	width: 30px;
	height: 30px;
	margin: 0 25px;
	position: relative;
}
.navRight .backTop { cursor: pointer;}
.navRight .wx { cursor: pointer; }
.navRight .wx .tdCode {
	display: none;
	position: absolute;
	left: -50px;
	top: 30px;
	width: 132px;
	height: 132px;
}
.navRight .wx:hover .tdCode { display: block; }


/****页面主体****/
.home .main {
	position: relative;
	width: 100%;
	min-width: 1340px;
	/*background: url('img_03.jpg') repeat-y;*/
	background-size: cover;
}
.home .main .row .smalltext{padding:15px 0;color:#777;line-height:26px;}
.home .main .row .newstext{color:#777;line-height:26px;}
.home .main .row .slide{position:relative;width:100%;height:250px;margin-top:15px;}
.home .main .row .slide li{margin:0 15px;width:370px !important;height:250px;cursor:pointer;}
.home .row .slide .sbd li a{display:block;width:100%;height:100%;}
.home .row .slide .sbd li img{display:block;width:370px;height:250px;}
.home .main .row .slide .prev,.home .main .row .slide .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #a5a5a5;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}
.home .main .row .slide .prev{left: -60px;background-image: url('prev.png');}
.home .main .row .slide .next{right: -60px;background-image: url('next.png');}
.home .main .row .slide  .prev:hover,.case .slide  .next:hover { background-color: #656667; }
.row .rowHd {
	padding-bottom: 62px;
	font: 24px/44px '微软雅黑';
	color: #ff9900;
	text-align: center;
}
.rowHd .big {
	font: 36px/74px '微软雅黑';
}
.row .rowBd {
	height: 390px;
}
.rowBd img { display: block; }
.rowBd .column { margin: 0 5px; }
.colLogo {width: 240px;}
.colLogo div { margin-bottom: 10px; }
.colText {
	width: 470px;
	height: 380px;
	background: #fff;
	font: 12px/24px '宋体';
	color: #999;
}
.colText .newstext{height:290px;overflow:hidden;}
.colText p { padding: 0 30px; }
.colText .title {
	padding-top: 20px;
	font: 24px/48px '微软雅黑';
	color: #ff9900;
	text-align: center;
}
.colPic ul {
	width: 480px;
}
.colPic li {
	margin: 0 5px 10px;
	width: 150px;
	height: 120px;
	float: left;
	text-align: center;
	;
}
.colPic li a { 
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100%;
	color: #fff;
	background: #f90;
	font: 18px/120px '微软雅黑';
}

/****滑动新闻****/
.home .slideNews{padding:90px 0;}
.slideNews {
	height: 360px;
	background: #fff;
}
.slideNews .comWidth { width: 1340px; }
.slideNews .hd {
	padding-top: 45px;
	font: 24px/1em '微软雅黑';
	color: #ff9900;
	text-align: center;
}
.slideNews .bd { padding-top: 28px; }
.slideNews .bd li {
	margin: 0 70px;
	float: left;
	width: 530px;
}
.slideNews .bd img { margin-right: 15px; }
.slideNews .bd li a {
	font: 12px/24px '宋体';
	color: #999;
}
.slideNews .bd li .title {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.slideNews .bd li a:hover .title { color: #ff9900; }
.slideNews .bd li div {
	height: 160px;
	overflow: hidden;
}
.slideNews .bd .time {
	font: 14px/34px '宋体';
	color: #999;
}
.slideNews .slideHd {
	text-align: center;
}
.slideNews .slideHd li {
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background: #E0E0E0;
	text-indent: -100px;
	overflow: hidden;
	cursor: pointer;
}
.slideNews .slideHd .on { background-color: #f90; }

/****友情链接****/
.friendLink {
	width: 100%;
	min-width: 1340px;
	/*height: 230px;*/
	background: #EFEFEF;
	padding: 10px 0 60px;
}
.friendLink .hd {
	padding-top: 45px;
	font: 24px/1em '微软雅黑';
	color: #ff9900;
	text-align: center;
}
.linkList {
	margin-top: 19px;
	/*height: 70px;*/
}
.linkList a { 
	margin-right: 1px;
	font-size: 0;
}
.linkList .on { display: none; }
.linkList a:hover .on { display: inline-block;*display:inline;*zoom:1; }
.linkList a:hover .off { display: none; }


/****页面底部****/
.footer {
	width: 100%;
	min-width: 1340px;
	height: 64px;
	padding: 20px 0;
	background-color: #434A54;
	font: 12px/22px '宋体';
	color: #fff;
}
.footer a { color: #fff; }
.footer .line { margin: 0 12px; }

/****新闻列表页****/
.newsList .main {
	width: 100%;
	min-width: 1340px;
	min-height: 800px;
	background: #fff;
}
.newsList .main .mainHd {
	text-align: center;
	padding: 48px 0 20px;
	font: 14px/70px '宋体';
	height:70px;
	color: #ddd;
}
.newsList .line { margin: 0 22px; }
.newsList .main .mainHd a { color: #999; }
.newsList .main .mainHd a:hover { color: #666; }
.newsList .main .channel {
	font: 30px/50px 'arial';
	color: #efefef;
}
.newsList .mainBd {padding:0;}
.itemInner {
	margin: 0 auto;
	width: 960px;
	height: 280px;
	padding: 45px 0;
	overflow:hidden;
}
.itemMain {
	margin-left: 490px;
	padding-top: 9px;
	height:100%;
	overflow:hidden;
	position:relative;
}
.itemMain .itemTitle a {
	font: 20px/40px '微软雅黑';
	color: #999;
}
.itemMain .itemTitle a:hover { color: #666; }
.itemInfo {
	font: 12px/30px '宋体';
	color: #999;
}
.itemInfo .line { margin: 0 5px; }
.itemInfo a { color: #999; }
.itemInfo a:hover { color: #666; }
.itemContent {
	font: 12px/30px '宋体';
	color: #999;
}
.itemMain .more{position:absolute;bottom:10px;}
.itemMain .more a {
	margin-top: 15px;
	display: block;
	width: 130px;
	height: 40px;
	background: #FF9900;
	font: 12px/40px '宋体';
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.viewMore {
	height: 80px;
	border-top: 1px solid #efefef;
}
.viewMore a {
	margin: 0 auto;
	width: 140px;
	display: block;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #666;
	background: url('img_12.jpg') no-repeat 120px center;
}

/****新闻详情页****/
.newsDetails .mainWraper { border-bottom: 1px solid #F0F0F0; }
.newsDetails .main {
	margin: 0 auto;
	width: 1200px;
}
.newsDetails .mainHd {
	position: relative;
	padding-top: 100px;
	text-align: center;
}
.newsDetails .mainHd .back {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	font: 12px/38px '宋体';
	color: #999;
	padding: 0 22px 0 53px;
	background: url('img_13.jpg') no-repeat 12px;
}
.newsDetails .mainHd .title a {
	font: 44px/ '微软雅黑';
	color: #333;
}
.newsDetails .mainHd .info {
	font: 12px/32px '宋体';
	color: #999;
}
.newsDetails .mainBd { padding: 40px 0 30px; }
.newsDetails .mainBd p {
	font: 14px/28px '宋体';
	color: #999;
}
.newsDetails .mainBd p a{color: #999;}
.newsDetails .comWidth { width: 1200px; }

.moreList {
	padding-top: 20px;
}
.moreList .moreHd {
	font: 24px/104px '微软雅黑';
	color: #ff9900;
	text-align: center;
}
.moreList .moreBd {
	margin-bottom: 60px;
	height: 260px;
}
.moreList .moreBd ul {
	width: 1300px;
	height: 260px;
	overflow: hidden;
}
.moreList .moreBd li {
	margin-right: 54px;
	float: left;
	width: 260px;
}
.moreList .slide .prev,.moreList .slide .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #a5a5a5;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.moreList .slide .prev {
	left: -60px;
	background-image: url('prev.png');
}

.moreList .slide .next {
	right: -60px;
	background-image: url('next.png');
}
.moreList .slide  .prev:hover,.moreList .slide  .next:hover { background-color: #656667; }
.moreBd .pic { 
	position: relative;
	height: 180px;
	overflow: hidden;
}
.moreBd .pic .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: rgba(0,0,0,0.8);
	background: #000\9;
	filter:alpha(opacity=80);
}
.moreBd .mask .viewDetails {
	margin-top: 66px;
	text-align: center;
}
.mask .viewDetails a {
	padding: 13px 39px;
	color: #999;
	font: 12px/38px '宋体';
	border: 2px solid #999;
	border-radius: 5px;
}
.mask .viewDetails a:hover {
	padding: 14px 40px;
	border: none;
	background-color: #FF9900;
	color: #fff;
}
.moreBd .info {
	padding: 13px 28px;
	font: 12px/20px '宋体';
	color: #999;
	text-align: center;
}
.moreBd .info .line { margin: 0 8px; }
.moreBd .info a { color: #999; }
.moreBd .info a:hover { color: #fff; }
.moreBd .title {
	height: 60px;
	background: #F6F6F6;
}
.moreBd .title p {
	padding: 13px 28px;
	font: 14px/20px '微软雅黑';
	color: #999;
}

/*****联系我们******/
.contact .main {
	margin: 0 auto;
	width: 1300px;
}
.contact .mainHd {
	font: 30px/150px 'arial';
	height:150px;
	color: #ff9900;
	text-align: center;
}
.contact .mainBd {
	position: relative;
	height: 500px;	background: #ccc;
}
.contact .contactInfo {
	position: absolute;
	left: 80px;
	top: -100px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-family: '宋体';
	padding: 45px 50px;
	background: rgba(255,255,255,0.8);
	background: #fff\9;
	filter:alpha(opacity=80);
	box-shadow: 0 0 10px #ccc;
}
.contactInfo p { padding-left: 72px; }
.contactInfo .address { 
	font-family: "微软雅黑";
	font-size: 12px;
	background: url('img_15.jpg') no-repeat left;
}
.contactInfo .tel { 
	font-family: "arial";
	font-size: 24px;
	color: #ff9900;
	background: url('img_16.jpg') no-repeat left;
}
.contactInfo .fax { background: url('img_17.jpg') no-repeat left; }
.contactInfo .email { background: url('img_18.jpg') no-repeat left; }
.contact .slogan {
	position: absolute;
	right: 0;
	top: 100px;
	width: 103px;
	height: 569px;
	opacity: 0.8;
	box-shadow: 0 0 10px #ccc;
}
.contact .contactWay {
	position: relative;
	margin: 50px auto;
	width: 1203px;
	height: 230px;
	background: #fff;
	box-shadow: 0 0 10px #ccc; 
}
.contactWay div {
	float: left;
	height: 100%;
	cursor: pointer;

}
.contactWay .sale { width: 390px;}
.contactWay .customerService,.contactWay .technology,.contactWay .financialAffairs { 
	width: 270px;
	border-left: 1px solid #efefef;
}
.contactWay .title {
	padding: 54px 0 30px;
	font: 18px/1em '微软雅黑';
	color: #999;
	text-align: center;
}
.sale .sale1,.sale .sale2 { width: 50%; height: auto; }
.contactWay p { 
	padding-left: 55px;
	font: 14px/28px '微软雅黑';
	color: #999;
}
.contactWay .man { background: url('img_20.jpg') no-repeat 35px 6px; }
.contactWay .tel { background: url('img_21.jpg') no-repeat 35px 6px; }
.contactWay .qq { background: url('img_22.jpg') no-repeat 35px 6px; }
.active { background: #FF9900; }
.active p {
	color: #fff !important;
}
.active .man { background: url('img_23.jpg') no-repeat 35px 6px; }
.active .tel { background: url('img_24.jpg') no-repeat 35px 6px; }
.active .qq { background: url('img_25.jpg') no-repeat 35px 6px; }

/****公司简介****/
.introduce .mainHd {
	font: 30px/136px 'arial';
	color: #ff9900;
	text-align: center;
}
.introduce .companyIntroduce {
	width: 100%;
	min-width: 1340px;
	padding: 23px 0 110px;
	font: 14px/36px '宋体';
	color: #555;
	background-color: #f0f0f0;
}
.companyIntroduce .comWidth { position: relative; }
.companyIntroduce .logo {
	position: absolute;
	left: 0;
	top: -90px;
	box-shadow: 0 0 10px #ccc;
}
.companyIntroduce .logo img { display: block; }
.introduce .title {
	font: 30px/120px '微软雅黑';
	color: #999;
	text-align: center;
}
.introduce .development {
	height: 430px;
	padding: 20px 0;
	background-color: #fff;
}
.development .slide li {
	font: 12px/24px '宋体';
	color: #999;
	text-align: center;
	box-shadow: 0 0 10px #ccc;
}
.development .slide li .title {
	padding-top: 18px;
	font: 20px/48px '微软雅黑';
	color: #666;
}
.development .slide .prev,.development .slide .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #a5a5a5;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.development .slide .prev {
	left: -100px;
	background-image: url('prev.png');
}

.development .slide .next {
	right: -100px;
	background-image: url('next.png');
}
.development .slide  .prev:hover,.development .slide  .next:hover { background-color: #656667; }
/*.introduce .friendLink { height: 260px; }*/
.introduce .friendLink .title { line-height: 120px; }
.introduce .friendLink .hd { padding: 0; }


/******作品展示页*****/
.work .main{min-height: 800px;}
.work .main .mainHd {
	position:absolute;
	top:65px;
	width:100%;
	text-align: center;
	padding: 45px 0 40px;
	font: 14px/26px '宋体';
	color: #ddd;
	background-color: #fff;
	z-index:10;
	/*border-bottom:1px solid #efefef;*/
}
.work .line { margin: 0 10px; }
.work .main .mainHd a { color: #999; padding:5px; }
.work .main .mainHd a:hover {
	background: #f90;
	color: #fff;
	border-radius:3px;
}
.work .main .channel {
	font: 30px/50px 'arial';
	color: #efefef;
}
.work .mainBd {
	padding-top:111px;
}
.work .mainBd .comWidth {
	/*width: 1640px;*/
	position:relative;
	width:1170px;
	/*padding-bottom:100px;*/
	padding-bottom:10px;
}
.work .mainBd ul { padding-bottom: 10px; }
.work .mainBd li {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 10px;
	width: 370px;
	height: 250px;
	cursor: pointer;
}
.work .mainBd .viewMore { clear: both; }
.work .mainBd li .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: rgba(255,153,0,0.9);
	background: #ff9900\9;
	filter:alpha(opacity=80);
}
.work .box .title {
	padding-top: 86px;
	font: 18px/1em '微软雅黑';
	color: #fff;
	text-align: center;
}
.work .box .viewDetails {
	margin-top: 22px;
	text-align: center;
}
.box .viewDetails a {
	padding: 13px 39px;
	color: #fff;
	font: 12px/38px '宋体';
	border: 2px solid #fff;
	border-radius: 5px;
	background:url('icon.png') no-repeat 20px center;
}
.box .viewDetails a:hover {
	color: #f90;
	background-color: #fff;
	background-image:url('icona.png');
}
.work .mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
}
.work .mask .picBox {
	position: absolute;
	left: 50%;
	top:50%;
	margin-top:-365px;
	margin-left: -655px;
	width: 1310px;
	height: 730px;
	background-color: #fff;
}
.work .mask .picBox .close {
	position: absolute;
	right: 22px;
	top: 19px;
	width: 20px;
	height: 18px;
	background: url('img_28.jpg') no-repeat;
	cursor: pointer;
}
.picBox .slide li { float: left; }
.work .mask .picBox .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.3);
	background: #333\9;
	font: 14px/28px '宋体';
	color: #fff;
}
.picBox .desc .descInner {
	margin: 0 auto;
	width: 970px;
}
.picBox .desc .descInner p { padding-left: 22px; }
.picBox .desc .descInner .title { font-weight: bold; }
.work .slide .prev,.work .slide .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #a5a5a5;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.work .slide .prev {
	left: 30px;
	background-image: url('prev.png');
}

.work .slide .next {
	right: 30px;
	background-image: url('next.png');
}
.work .slide  .prev:hover,.work .slide  .next:hover { background-color: #656667; }
.work .sideNav {
	position: absolute;
	left: -230px;
	top: 240px;
	padding: 34px 15px 20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.work .sideNav a {
	display: block;
	margin-top: 10px;
	font: 12px/25px '宋体';
	color: #999;
	text-align: right;
	padding-right: 12px;
	border-radius: 3px;
}
.work .sideNav .active {
	background:#f90;border-radius:5px;color:#fff;
}

.work .sideNav a:hover {
	background: #f90;
	color: #fff;
}

/****案例展示****/
.case .mainWraper {
    border-bottom: 1px solid #f0f0f0;
}
.case .main {
	position: relative;
    margin: 0 auto;
    width: 1200px;
}
.case .mainHd {
	height: 90px;
	padding-top: 70px;
}
.case .mainHd img {
	margin-right: 23px;
	display: block;
	float: left;
}
.case .mainHd .title {
	padding-top: 8px;
	font: 24px/44px '微软雅黑';
	color: #333;
}
.case .mainHd .ftitle {
	font: 12px/26px '宋体';
	color: #ccc;
}
.case .mainBd { padding: 40px 0 30px; }
.case .mainBd li{cursor:pointer;}
.case .mainBd p {
	font: 14px/28px '宋体';
	color: #999;
}
.case .main .row .smalltext{padding:15px 0;color:#777;line-height:26px;}
.case .main .row .newstext{color:#777;line-height:26px;}
.case .sideNav {
	position: absolute;
	left: -230px;
	top: 270px;
	padding: 34px 15px 20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
@media(max-width:1670px){
	.case .sideNav{display:none;}
}
.case .sideNav a {
	display: block;
	margin-top: 10px;
	font: 12px/25px '宋体';
	color: #999;
	text-align: center;
	padding-right: 12px;
	border-radius: 3px;
}
.case .sideNav .active {
	background:#f90;border-radius:5px;color:#fff;
}

.case .sideNav a:hover {
	background: #f90;
	color: #fff;
}
.case .slide .bd li img { display: block; }
.case .rowInner .slide li {cursor:pointer;}
.case .slide .prev,.case .slide .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #a5a5a5;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}
.case .slide .prev {
	left: -60px;
	background-image: url('prev.png');
}

.case .slide .next {
	right: -60px;
	background-image: url('next.png');
}
.case .slide  .prev:hover,.case .slide  .next:hover { background-color: #656667; }
.case .fullMask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	/*background: #000\9;
	filter:alpha(opacity=95);*/
	z-index: 1000;
}
.case .fullMask .picBox {
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -655px;
	width: 1310px;
	height: 730px;
	background-color: #fff;
}
.case .fullMask .picBox .close {
	position: absolute;
	right: 22px;
	top: 19px;
	width: 20px;
	height: 18px;
	background: url('img_28.jpg') no-repeat;
	cursor: pointer;
}
.case .fullMask .picBox .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.3);
	background: #333\9;
	font: 14px/28px '宋体';
	color: #fff;
}
.case .fullMask .picBox li{width:100% !important;height:100% !important;}
.case .fullMask .picBox ul{width:100% !important;height:100% !important;}
.case .mask .slide .prev,.case .mask .slide .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #a5a5a5;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.case .fullMask .slide .prev {
	left: 30px;
	background-image: url('prev.png');
}

.case .fullMask .slide .next {
	right: 30px;
	background-image: url('next.png');
}
.case .mask .slide .prev:hover,.case .mask .slide  .next:hover { background-color: #656667; }


.page{margin-top:10px;color:#999;text-align:center;margin-bottom:40px;}
.page a{color:#999;padding:0 5px;}
.page a:hover{color:#f90;}
.page .on{color:#f90;}
.navBar .sjcd { display:none;}
.development .slide li{}
.introduce .development{ width:100%; overflow:hidden;}
.logo.sjid{ display:none;}